Object::MakeObserverColl

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::MakeObserverColl - instance method  

TEMPLATE

observerColl = Collection * MakeObserverColl()  

SPECIFIERS

protected virtual  

DESCRIPTION

Creates a collection for storing the observers of the object. This method is invoked by the method AddObserver before the first observer is added.
See method GetObservers when to override. Method is rarely overridden.  

ARGUMENTS

none

 

RETURN ARGUMENT

Collection * observerColl

a collection where the observers of the object are stored
 

CATEGORIES

change propagation, implementation, overrider interface

 

FIRST DEFINITION

class Object  

FILES

implementation:
Object.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:25 GMT, March 30, 2022